Skip to content

Conversation

@cherkanovart
Copy link

@cherkanovart cherkanovart commented Jan 15, 2026

… concurrency

Summary

Remove the hardcoded concurrency limit and replace it with a warning-only threshold to allow higher parallelism without blocking execution.

Changes

  • Removed the hardcoded concurrency cap that previously limited parallel processing
  • Introduced warn_concurrency_count to emit warnings when high concurrency is reached instead of enforcing a hard limit

Testing

Testing performed:

  • No new tests added (behavior verified manually)
  • All tests pass locally

Visuals

N/A (No UI changes)

Checklist

  • Changeset added (if version bump needed)
  • Tests cover business logic (including high-concurrency scenarios)
  • No breaking changes (or documented below)

Closes #[issue-number]

@github-actions
Copy link
Contributor

Thanks for your interest in contributing to Lingo.dev! To maintain project organization, we require all PRs to reference an issue where you're assigned. Please reference a specific issue (with "Closes #123" or "Fixes #456") where you're the assignee. If you'd like to contribute, feel free to browse our open issues and get assigned to one you'd like to work on.

@github-actions github-actions bot closed this Jan 15, 2026
@cherkanovart cherkanovart reopened this Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants